/* 超小屏幕（手机，小于 768px） */

/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */

/* 小屏幕（平板，大于等于 768px） */

@media (min-width: 768px) {
    .f_text {
        width: 520px;
        /* padding: 0 0 0 68px; */
    }
    .nav .nav_item {
        width: unset;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 992px) {
    .menu {
        line-height: 50px;
        display: block;
    }
    .menu li {
        float: left;
        position: relative;
        margin-left: -1px;
        /* background: url(../images/menu-fgx.gif) no-repeat 0 0; */
        z-index: 2;
        padding: 0!important;
    }
    .menu li.cur a:before, .menu li a:hover:before {
        height: 2px;
    }
    .nav_btn {
        display: none;
    }
    .about_w {
        /* padding: 10px 80px 0; */
    }
    .logo {
        margin-bottom: 0;
    }
    .pro_swiper {
        background: #f2f2f2;
        padding: 50px;
        margin: 80px auto;
    }
    .pro_item_t {
        font-size: 16px;
        line-height: 22px;
        margin:5px 2px;
        min-height: 58px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width: 1200px) {
    .menu li {
        border-bottom: none;
    }
    .menu li a {
        color: #333;
    }
    nav {
        background: #fff;
    }
    .f_bj {
        margin-top: 80px;
    }
    .container {
        padding: 0;
        width: 1200px;
    }
    .proL {
        float: left;
        width: 300px;
        background: #1e3990;
        padding: 20px;
        min-height: 972px;
        display: block;
    }
    .proL .lv1_item {
        margin-bottom: 1px;
    }
    .proR {
        float: right;
        width: 900px;
        padding-left: 30px;
    }
    .h_gg1 {
        height: 372px;
        background: url(../images/ad.png) no-repeat center 0;
    }
    .gg01 {
        margin-left: 388px;
        top: 114px;
        width: 210px;
    }
    .about_p {
        display: block;
        background: #fff;
        box-shadow: 5px 5px 5px #d8d8d8;
        padding: 10px;
    }
    .about {
        font-family: "Microsoft Yahei";
        text-align: center;
        line-height: 28px;
        padding: 75px 0 0;
        background: url(../images/aboutbg.jpg) no-repeat center 0;
        /* background-attachment: fixed; */
    }
    .temp_contact-l {
        width: 410px;
        min-height: 545px;
    }
    .zhaopin_wrap {
        min-height: 730px;
        padding: 50px
    }
    .zhaopin_box {
        padding: 50px;
    }
    .hotNew img {
        float: left;
        padding-right: 10px;
    }
    .hotNew .img2 {
        float: right;
        padding-left: 10px;
    }
    .logo img {
        height: 40px;
    }
    .nav ul {
        display: flex;
        justify-content: space-between;
        height: 40px;
        align-items: center;
    }
}